home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / sheep_escape.swf / scripts / DefineSprite_67 / frame_1 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  171 b   |  6 lines

  1. seconds_low = 1;
  2. seconds_high = 6;
  3. rand = Math.round(Math.random() * seconds_high) + seconds_low;
  4. start_time = getTimer() / 1000;
  5. _root.display.gotoAndStop("Reset");
  6.